www.gusucode.com > Typesetter CMS v5.0.3PHP源码程序 > Typesetter CMS v5.0.3/Typesetter/Typesetter/themes/Three_point_5/settings.php

    <?php

$GP_GETALLGADGETS = true;

$link = common::Link('','%s');
gpOutput::Area('header','<h1>'.$link.'</h1>');
gpOutput::Area('link_label','<h3>%s</h3>');


/*
 * Settings for True WYSIWYG
 * No longer needed with ckeditor 4
 * @deprecated 3.6
 */

$GP_STYLES = array();
$GP_STYLES[] = '#content2';
$GP_STYLES[] = '.right_content';
$GP_STYLES[] = '.footer_col';